'Declaration
Public Overloads Sub SetValue(Of T As {New, Enum, Struct})( _ ByVal value As Nullable(Of T) _ )
public void SetValue<T>( Nullable<T> value ) where T: new(), Enum, struct
Parameters
- value
- The new value for the option
Type Parameters
- T
'Declaration
Public Overloads Sub SetValue(Of T As {New, Enum, Struct})( _ ByVal value As Nullable(Of T) _ )
public void SetValue<T>( Nullable<T> value ) where T: new(), Enum, struct